MessageCreationTime Property |
Contains the creation date and time of the message.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic DateTime CreationTime { get; set; }Public Property CreationTime As DateTime
Get
Set
Property Value
Type:
DateTimeThe creation time.
RemarksA message store sets this property for each message that it creates.
See Also